QuickOPC User's Guide and Reference
Integration Examples
Examples > Examples in the Product and on the Web > .NET and Python Examples > Integration Examples

These examples show how QuickOPC can be integrated with products from other parties.

 

C#

VB.NET

F#

C++/CLI

IndustrialGadgetsDemo: Shows live binding of OPC Data Access items (from simulation OPC server) to controls from Industrial Gadgets .NET (a separate product, https://www.softwaretoolbox.com/industrialgadgets/index.asp ). The application has been developed with no manual coding - all functionality is achieved by configuring the components in Visual Studio.

 

 

InstrumentationControlsDemo: Shows live binding of OPC Data Access items (from simulation OPC server) to controls from Instrumentation .NET (a separate product, https://www.softwaretoolbox.com/instrumentationopc/ ). The binding is done with no manual coding - all functionality is achieved by configuring the components in Visual Studio.

 

 

SymbolFactoryDemo: Shows live binding of OPC Data Access items (from simulation OPC server) to controls from Symbol Factory .NET (a separate product, https://www.softwaretoolbox.com/store/item_pages/itempage_419.asp ). All controls are bound to a single source item. The application has been developed with no manual coding - all functionality is achieved by configuring the components in Visual Studio.

 

 

See Also